Package: xpath

Function map-node-set->list

Lambda List

map-node-set->list (func node-set)

Arguments

  • func -- a function
  • node-set -- a node-set

Return Value

a list

Details

Calls func for each node in node-set and conses up a list of its return values

The operation is performed lazily, i.e. if it's terminated via a non-local exit it doesn't necessarily cause the XPath engine to find out all nodes in the node-set internally.
 

See also